home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / C / Mesa / src / ADisp_Cyb.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-25  |  304 b   |  15 lines

  1.  
  2. BOOL Cyb_Standard_init(struct amigamesa_context *c,struct TagItem *tagList);
  3. BOOL Cyb_Standard_init_db(struct amigamesa_context *c,struct TagItem *tagList);
  4.  
  5. /*
  6.     CyberGFX uses Amiga_AGA misc rutines so ADISP_AGA have to be defined
  7. */
  8.  
  9. #ifndef ADISP_AGA
  10. #define ADISP_AGA
  11. #endif
  12.  
  13. #include "ADisp_AGA.h"
  14.  
  15.